{ "cells": [ { "cell_type": "markdown", "id": "3906abf2", "metadata": {}, "source": [ "---\n", "format:\n", " html:\n", " other-links:\n", " - text: This notebook\n", " href: L4 Solving nonlinear equations in 1d.ipynb\n", "---" ] }, { "cell_type": "code", "execution_count": 2, "id": "81afe21c", "metadata": {}, "outputs": [], "source": [ "using Plots\n", "using LaTeXStrings" ] }, { "cell_type": "markdown", "id": "aad6bc09-0de2-4531-9043-0bacc8e41409", "metadata": {}, "source": [ "# Solving nonlinear equations in 1d" ] }, { "cell_type": "markdown", "id": "c79162dc", "metadata": {}, "source": [ "